textarea,input {
	font-family : verdana;
	font-size : 12px;
}

button{
	font-family : verdana;
	font-size : 9px;
	font-weight : bold;
}

select{
	font-family : Verdana;
	font-size : 12px;
}

.rowheader  {
	font-family : Verdana; 
	font-size : 12px; 
	color : #ffffff; 
	font-weight : bold; 
	padding : 2px; 
	vertical-align : bottom;
	background : url('http://adpoint.radioio.com/images/rowheader.gif'); 
	height : 25px;
}

.hider {
	display : none;
}

.showingtab {
	display : block;
}

.hiddentab {
	display : none;
}

.commenting {
	display : block;
	list-style-type: none;
	
}
.commenting ul{
	list-style-type: none;
}
.reveal {
	text-decoration : underline; 
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

.gap {
	clear: both;
	height: 6px;
	line-height: 0.0;
	font-size: 0;
}
.crack{
	float : left;
	width : 3px;
}
/* START clearFix */
.clearFix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearFix {
	min-height:1px;
}
* html .clearFix {
	height:1px;
}
* html>body .clearFix {
	height:auto;
	display:inline-block;
}
/* END clearFix */

.thumbnail {
	float:left;
	clear:left;
	padding:0px 3px;
}
div.tabArea {
  font-size: 110%;
  font-weight: bold;
}

a.tab {
  background-color : #f0f0f0;
  padding : 2px 1em 2px 1em;
  text-decoration : none;
}

a.tab, a.tab:visited {
  color : #000000;
}

a.tab:hover {
  background-color : #d0d0d0;
  color : #606060;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color : #c0c0c0;
  color : #000000;
}


#comment_console{
	
	color : #000000;
	width : 450px;
	height : 282px;
	position : absolute;
	display : none;
	background-image : url('/common/global_images/commentbox_450x282.gif');

}
.slideholder {
	position : absolute;
	top : 0px;
	left : 0px;
	filter : alpha(opacity=10);
	opacity : 0.0;
	-moz-opacity : 0.0;
	padding : 4px 4px 0px 4px;
}
.rollNav{
	float : left;
	cursor : pointer;
}
.podcast_button{
	float : left;
	border-width : 1px;
	border-style : solid;
	padding : 1px;
	cursor : pointer;
	font-size : 9px;
	font-weight : bold;
}
#platPopupHolder{
	background-color:#000000;
	color:#FFFFFF;
	height:auto;
	width:auto;
	border-width:1px;
	border-color:#FFF;
	border-style:solid;
	display:none;
	position:absolute;
	z-index:20000;
	top:0px;
	left:0px;
	padding:5px;
}

.embed_code textarea,input{
	font-size : 10px;
	font-family : verdana;
}
.inheritor{
	color : inherited;
	font-size : inherited;
}
.vidEmbedLink {
	border:1px solid #ABABAB;
	background-color:#DEDEDE;
	color:#fff;
	padding:1px;
	font-size:10px;
	width:87%;
	margin:0 2%;
}
.vidEmbedLink a{
	color : #000000;
}
.vidEmbedLink a:link{
	color : #000000;
}
.vidEmbedLink a:visited{
	color : #000000;
}
.codehint{
	background-color : #FFFFFF;
	color : #333333;
	padding : 1px 3px;
	border : 1px solid #333333;
	font-size: 9px;
	display : none;
	position : absolute;
	top: 0px;
	left : 0px;
}
/* Gallery editing elements */	

.editThumbContainerOdd{
	float:left;
	padding:4px;
	overflow:hidden;
	text-align:center;
	width: 97%;
	background-color: #ededed;
}
.editThumbContainerEven{
	float:left;
	padding:4px;
	overflow:hidden;
	text-align:center;
	width:97%;
	background-color: #dedede;
}

.editThumbContainer a{
	color : #00CC00;
}
.midSitter{
	float:left;
	height:32px;
	width : 16px;
	padding:16px 0px 0px 0px;
}
.singleButton{
	clear : both;
	height:16px;
	width : 16px;		
}
.thumbControl{
	top : 0px;
	left: 0px;
	width : 50px;
	display : block;
	text-align:center;
	float : left;
	z-index:5;
	background-image:url('/common/global_images/icons/gallery_dial.png');
	background-repeat:no-repeat;
}
.thumbMovers{
	height : 100%;
	padding : 10px 0px 0px 0px;
	vertical-align : middle;
	float:left;
}

/*ugc versions of gallery edit*/
#galleryEditHeader{
	margin: 1px;
	background-color : #666666;
	font-weight:bold;
}

#galleryEditHeader a{
	color : #ffff00;
}
.UGCeditThumbContainer{
	float:left;
	padding:2px;
	width:100px; 
	height:116px;
	overflow:hidden;
	text-align:center;
}

.UGCthumbControl{
	display : block;
	text-align:center;
	position:absolute;
	top:25px;
	left:25px;
	z-index:5;
	background-image:url('/common/global_images/icons/gallery_dial.png');
	background-repeat:no-repeat;
}
.UGCthumbMovers{
	position:relative;
}
/*end of ugc versions*/

#plfmLBOver {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.plfmLBOverMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.plfmLBOver {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #plfmLBOver { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.toolbarRow {
	padding: 3px 7px;
}
.smallselect{
	font-family : tahoma;
	font-size : 10px;
}
/* UGC defaults */
.ugc_profile_divs {
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-color : #FFFFFF;
	height : auto;
	overflow : visible;
	border-color : #196FA5;
	border-style : solid;
	padding : 2px 4px 6px 4px;
	border-width : 1px 1px 1px 1px;
	margin : 2px 2px 2px 2px;
}
.ugc_profile_divs a{
	text-decoration : none;
}
.ugc_profile_divs a:hover{
}
.ugc_profile_divs a:visited{
}
.ugc_menu_items {
	color : #FFFFFF;
	font-family : verdana;
	font-weight : bold;
	font-size : 14px;
	text-align : center;
	background-color : #CCCCCC;
	overflow : visible;
	border-color : #003366;
	border-style : solid;
	padding : 2px 5px 2px 5px;
	border-width : 1px 1px 1px 1px;
	margin : 0px 4px 2px 4px;
}
.ugc_menu_items a{
	color : #FFFFFF;
	text-decoration : none;
}
.ugc_menu_items a:hover{
	color : #000066;
}
.ugc_menu_items a:visited{
	color : #FFFFFF;
}

body {
	margin : 0;
	padding : 0;
	text-align : center;
	color : #000000;
	font-family : verdana;
	font-size : 12px;
	background-color : #FFFFFF;
	background-image : url('/template_images/default_csn_main_blue_background.jpg');
	background-repeat : repeat-x;
	background-position : top;
	background-attachment : scroll;
}

h1{
	color : #313f80;
	font-size : 16px;
}

a.link{
	color : #666666;
	text-decoration : none;
}

a.hover{
	color : #ec193f;
	text-decoration : none;
}

a.visited{
	color : #666666;
	text-decoration : none;
}

li{
	list-style : none;
	margin-left : 0px;
}

.sidebar09 {
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	background-color : #f5f5f5;
	width : 275px;
	overflow : visible;
	border-color : #d2d4da;
	border-style : solid;
	padding : 5px 5px 5px 5px;
	border-width : 1px 1px 1px 1px;
	margin : 0px 0px 0px 0px;
}
.sidebar09 a{
	text-decoration : none;
}
.sidebar09 a:hover{
	color : #000000;
}
.sidebar09 a:visited{
	color : #990000;
}
.sidebar09 h1{
	font-size : 16px;
	font-weight : normal;
	font-family : verdana;
}

#container{
	position : relative;
	margin : 0 auto;
	width : 1000px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#container h1{
	font-weight : normal;
	font-family : verdana;
}
#container a:link{
	text-decoration : none;
}
#container a:visited{
	text-decoration : none;
}
#container a:hover{
	text-decoration : none;
}
#dailynewslive_2{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#dailynewslive_2 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_2 a:link{
	text-decoration : none;
}
#dailynewslive_2 a:visited{
	text-decoration : none;
}
#dailynewslive_2 a:hover{
	text-decoration : none;
}
#dailynewslive_5{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : hidden;
	border-style : none;
}
#dailynewslive_5 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_5 a:link{
	text-decoration : none;
}
#dailynewslive_5 a:visited{
	text-decoration : none;
}
#dailynewslive_5 a:hover{
	text-decoration : none;
}
#dailynewslive_6{
	float : left;
	position : relative;
	z-index : 1;
	width : 960px;
	height : auto;
	background-color : #FFFFFF;
	padding : 35px 20px 0px 20px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : none;
	background-image : url('/template_images/main_09_main_09_6_background.jpg');
}
#dailynewslive_6 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_6 a:link{
	text-decoration : none;
}
#dailynewslive_6 a:visited{
	text-decoration : none;
}
#dailynewslive_6 a:hover{
	text-decoration : none;
}
#dailynewslive_7{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : auto;
	padding : 0px 0px 20px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#dailynewslive_7 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_7 a:link{
	text-decoration : none;
}
#dailynewslive_7 a:visited{
	text-decoration : none;
}
#dailynewslive_7 a:hover{
	text-decoration : none;
}
#dailynewslive_9{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 117px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#dailynewslive_9 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_9 a:link{
	text-decoration : none;
}
#dailynewslive_9 a:visited{
	text-decoration : none;
}
#dailynewslive_9 a:hover{
	text-decoration : none;
}
#dailynewslive_10{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 102px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#dailynewslive_10 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_10 a:link{
	text-decoration : none;
}
#dailynewslive_10 a:visited{
	text-decoration : none;
}
#dailynewslive_10 a:hover{
	text-decoration : none;
}
#dailynewslive_11{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 35px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : none;
	background-image : url('/template_images/main_09_main_09_11_background.jpg');
}
#dailynewslive_11 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_11 a:link{
	text-decoration : none;
}
#dailynewslive_11 a:visited{
	text-decoration : none;
}
#dailynewslive_11 a:hover{
	text-decoration : none;
}
#dailynewslive_19{
	float : left;
	position : relative;
	z-index : 1;
	width : 960px;
	height : auto;
	padding : 0px 0px 10px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#dailynewslive_19 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_19 a:link{
	text-decoration : none;
}
#dailynewslive_19 a:visited{
	text-decoration : none;
}
#dailynewslive_19 a:hover{
	text-decoration : none;
}
#dailynewslive_20{
	float : left;
	position : relative;
	z-index : 1;
	width : 960px;
	height : 294px;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('/template_images/main_09_main_09_20_background.gif');
	background-color : #FFFFFF;
	padding : 20px 0px 0px 0px;
	font-size : 11px;
}
#dailynewslive_20 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_20 a:link{
	text-decoration : none;
	color : #ec193f;
}
#dailynewslive_20 a:visited{
	text-decoration : none;
	color : #ec193f;
}
#dailynewslive_20 a:hover{
	text-decoration : none;
	color : #333333;
}
#dailynewslive_21{
	float : left;
	position : relative;
	z-index : 1;
	width : 960px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 10px 0px;
}
#dailynewslive_21 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_21 a:link{
	text-decoration : none;
}
#dailynewslive_21 a:visited{
	text-decoration : none;
}
#dailynewslive_21 a:hover{
	text-decoration : none;
}
#dailynewslive_25{
	float : left;
	position : relative;
	z-index : 1;
	width : 653px;
	height : auto;
	padding : 0px 6px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#dailynewslive_25 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_25 a:link{
	text-decoration : none;
}
#dailynewslive_25 a:visited{
	text-decoration : none;
}
#dailynewslive_25 a:hover{
	text-decoration : none;
}
#dailynewslive_26{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#dailynewslive_26 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_26 a:link{
	text-decoration : none;
}
#dailynewslive_26 a:visited{
	text-decoration : none;
}
#dailynewslive_26 a:hover{
	text-decoration : none;
}
#dailynewslive_30{
	float : left;
	position : relative;
	z-index : 1;
	width : 631px;
	height : auto;
	padding : 80px 10px 10px 10px;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : solid;
	background-color : #FFFFFF;
	border-color : #9d9d9d;
	border-width : 1px;
	font-size : 12px;
	background-repeat : repeat-x;
	background-position : top;
	background-image : url('http://csnphilly.com/template_images/dailynewslive_dailynewslive_30_background.jpg');
}
#dailynewslive_30 h1{
	font-weight : bold;
	font-family : tahoma;
	font-size : 18px;
}
#dailynewslive_30 a:link{
	text-decoration : none;
	color : #ec193f;
}
#dailynewslive_30 a:visited{
	text-decoration : none;
	color : #ec193f;
}
#dailynewslive_30 a:hover{
	text-decoration : none;
}
#dailynewslive_31{
	float : left;
	position : relative;
	z-index : 1;
	width : 653px;
	height : 113px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('/template_images/main_09_main_09_31_background.jpg');
	background-color : #FFFFFF;
	padding : 20px 0px 0px 0px;
}
#dailynewslive_31 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_31 a:link{
	text-decoration : none;
}
#dailynewslive_31 a:visited{
	text-decoration : none;
}
#dailynewslive_31 a:hover{
	text-decoration : none;
}
#dailynewslive_42{
	float : left;
	position : relative;
	z-index : 1;
	width : 298px;
	height : 184px;
	background-color : #ededed;
	border-color : #9c9c9c;
	border-width : 1px;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : solid;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('/template_images/main_09_main_09_42_background.jpg');
	padding : 28px 0px 10px 0px;
	font-size : 11px;
}
#dailynewslive_42 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_42 a:link{
	text-decoration : none;
	color : #333333;
}
#dailynewslive_42 a:visited{
	text-decoration : none;
	color : #333333;
}
#dailynewslive_42 a:hover{
	text-decoration : none;
	color : ##ec193f;
}
#dailynewslive_43{
	float : left;
	position : relative;
	z-index : 1;
	width : 295px;
	height : 22px;
	padding : 10px 5px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#dailynewslive_43 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_43 a:link{
	text-decoration : none;
}
#dailynewslive_43 a:visited{
	text-decoration : none;
}
#dailynewslive_43 a:hover{
	text-decoration : none;
}
#dailynewslive_44{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 250px;
	padding : 5px 0px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#dailynewslive_44 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_44 a:link{
	text-decoration : none;
}
#dailynewslive_44 a:visited{
	text-decoration : none;
}
#dailynewslive_44 a:hover{
	text-decoration : none;
}
#dailynewslive_59{
	float : left;
	position : relative;
	z-index : 1;
	width : 653px;
	height : auto;
	padding : 0px 6px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#dailynewslive_59 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_59 a:link{
	text-decoration : none;
}
#dailynewslive_59 a:visited{
	text-decoration : none;
}
#dailynewslive_59 a:hover{
	text-decoration : none;
}
#dailynewslive_60{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#dailynewslive_60 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_60 a:link{
	text-decoration : none;
}
#dailynewslive_60 a:visited{
	text-decoration : none;
}
#dailynewslive_60 a:hover{
	text-decoration : none;
}
#dailynewslive_64 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 300px;
	 height : 16px;
}
#dailynewslive_65{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 250px;
	padding : 5px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#dailynewslive_65 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_65 a:link{
	text-decoration : none;
}
#dailynewslive_65 a:visited{
	text-decoration : none;
}
#dailynewslive_65 a:hover{
	text-decoration : none;
}
#dailynewslive_66 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 300px;
	 height : 16px;
}
#dailynewslive_69 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 653px;
	 height : 16px;
}
#dailynewslive_70 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 653px;
	 height : 16px;
}
#dailynewslive_71 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 653px;
	 height : 16px;
}
#dailynewslive_74{
	float : left;
	position : relative;
	z-index : 1;
	width : 728px;
	height : 85px;
	padding : 10px 136px 15px 136px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#dailynewslive_74 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_74 a:link{
	text-decoration : none;
}
#dailynewslive_74 a:visited{
	text-decoration : none;
}
#dailynewslive_74 a:hover{
	text-decoration : none;
}
#dailynewslive_75 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 1000px;
	 height : 16px;
}
#dailynewslive_76 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 1000px;
	 height : 16px;
}
#dailynewslive_79{
	float : left;
	position : relative;
	z-index : 1;
	width : 251px;
	height : 117px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#dailynewslive_79 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_79 a:link{
	text-decoration : none;
}
#dailynewslive_79 a:visited{
	text-decoration : none;
}
#dailynewslive_79 a:hover{
	text-decoration : none;
}
#dailynewslive_80{
	float : left;
	position : relative;
	z-index : 1;
	width : 728px;
	height : 90px;
	padding : 17px 10px 10px 10px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#dailynewslive_80 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_80 a:link{
	text-decoration : none;
}
#dailynewslive_80 a:visited{
	text-decoration : none;
}
#dailynewslive_80 a:hover{
	text-decoration : none;
}
#dailynewslive_114{
	float : left;
	position : relative;
	z-index : 1;
	width : 350px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#dailynewslive_114 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_114 a:link{
	text-decoration : none;
}
#dailynewslive_114 a:visited{
	text-decoration : none;
}
#dailynewslive_114 a:hover{
	text-decoration : none;
}
#dailynewslive_115{
	float : left;
	position : relative;
	z-index : 1;
	width : 265px;
	height : auto;
	padding : 0px 0px 0px 15px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#dailynewslive_115 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_115 a:link{
	text-decoration : none;
}
#dailynewslive_115 a:visited{
	text-decoration : none;
}
#dailynewslive_115 a:hover{
	text-decoration : none;
}
#dailynewslive_119{
	float : left;
	position : relative;
	z-index : 1;
	width : 350px;
	height : auto;
	padding : 30px 0px 10px 0px;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	color : #000000;
	font-size : 11px;
	background-repeat : no-repeat;
	background-position : top left;
	background-image : url('http://csnphilly.com/template_images/dailynewslivw_09_dailynewslivw_09_119_background.gif');
}
#dailynewslive_119 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_119 a:link{
	text-decoration : none;
	color : #666666;
}
#dailynewslive_119 a:visited{
	text-decoration : none;
	color : #666666;
}
#dailynewslive_119 a:hover{
	text-decoration : none;
	color : #000000;
}
#dailynewslive_120{
	float : left;
	position : relative;
	z-index : 1;
	width : 350px;
	height : auto;
	color : #FFFFFF;
	padding : 120px 0px 10px 0px;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-image : url('http://csnphilly.com/template_images/dailynewslivw_09_dailynewslivw_09_120_background.jpg');
}
#dailynewslive_120 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_120 a:link{
	color : #666666;
	text-decoration : none;
}
#dailynewslive_120 a:visited{
	color : #666666;
	text-decoration : none;
}
#dailynewslive_120 a:hover{
	color : #000000;
	text-decoration : none;
}
#dailynewslive_121{
	float : left;
	position : relative;
	z-index : 1;
	width : 350px;
	height : auto;
	color : #000000;
	padding : 30px 0px 10px 0px;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('http://csnphilly.com/template_images/dailynewslivw_09_dailynewslivw_09_121_background.gif');
}
#dailynewslive_121 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_121 a:link{
	color : #666666;
	text-decoration : none;
}
#dailynewslive_121 a:visited{
	color : #666666;
	text-decoration : none;
}
#dailynewslive_121 a:hover{
	color : #000000;
	text-decoration : none;
}
#dailynewslive_127{
	float : left;
	position : relative;
	z-index : 1;
	width : 265px;
	height : auto;
	color : #000000;
	padding : 10px 0px 10px 0px;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-repeat : no-repeat;
	background-position : top left;
}
#dailynewslive_127 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_127 a:link{
	color : #666666;
	text-decoration : none;
}
#dailynewslive_127 a:visited{
	color : #666666;
	text-decoration : none;
}
#dailynewslive_127 a:hover{
	color : #000000;
	text-decoration : none;
}
#dailynewslive_128{
	float : left;
	position : relative;
	z-index : 1;
	width : 265px;
	height : auto;
	color : #000000;
	padding : 30px 0px 10px 0px;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	overflow : hidden;
	border-style : none;
	background-repeat : no-repeat;
	background-position : top left;
	background-image : url('http://csnphilly.com/template_images/dailynewslivw_09_dailynewslivw_09_128_background.gif');
}
#dailynewslive_128 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_128 a:link{
	color : #666666;
	text-decoration : none;
}
#dailynewslive_128 a:visited{
	color : #666666;
	text-decoration : none;
}
#dailynewslive_128 a:hover{
	color : #000000;
	text-decoration : none;
}
#dailynewslive_129{
	float : left;
	position : relative;
	z-index : 1;
	width : 265px;
	height : auto;
	color : #000000;
	padding : 0px 0px 10px 0px;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#dailynewslive_129 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_129 a:link{
	color : #666666;
	text-decoration : none;
}
#dailynewslive_129 a:visited{
	color : #666666;
	text-decoration : none;
}
#dailynewslive_129 a:hover{
	color : #000000;
	text-decoration : none;
}
#dailynewslive_159{
	float : left;
	position : relative;
	z-index : 1;
	width : 265px;
	height : 112px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 7px 0px 0px 0px;
}
#dailynewslive_159 h1{
	font-weight : normal;
	font-family : verdana;
}
#dailynewslive_159 a:link{
	text-decoration : none;
}
#dailynewslive_159 a:visited{
	text-decoration : none;
}
#dailynewslive_159 a:hover{
	text-decoration : none;
}

/* CSS Document */

#menz969{
	background-color:transparent;
}
#menz969 a{
	color : #FFFFFF;
/* 	width : ~mwidth; */
/* 	background-color : ~mbackground; */
	font-size : 12px;
	text-decoration : none;
	padding : 0px 12px 0px 10px;
	border-style : none;
/* 	border-color : ~mborderColor; */
	border-width : 0px 0px 0px 0px;
	text-align : center;
	font-weight : bold;
}
#menz969 a:hover{
/* 	background-color : ~mhover; */
	color : #FFFFFF;
}
body #menz969 .menzactive, body #menz969 .menzactive:hover{
/* 	background-color : ~mhover; */
	text-decoration : none;
}
#menz969 .menzparent{
/* 	background-image : ~img_mbgi; */


}
#menz969 div{
	width : null;
/* 	background-color : ~mhover; */
	padding : 5px 20px 5px 4px;
	border-style : none;
	border-width : 1px 1px 1px 1px;
	border-color : #3e3e3e;
	margin-top : -1px;
	font-size : 11px;
	text-align : left;
	font-style : normal;
}
#menz969 div a:hover{
	text-decoration : none;
	background-color : #333333;
	color : #CCCCCC;
}
body #menz969 div .menzactive, body #menz969 div .menzactive:hover{
	background-color : #000000;
}
#menz969 div .menzparent{
	background-image : url(images/arrow_right.gif);
}
#menz969 div a{
	width : null;
	background-color : #000000;
	padding : 5px 20px 5px 4px;
	border-width : 1px 1px 1px 1px;
	color : #FFFFFF;
	border-style : none;
	border-color : #3e3e3e;
/* 	font-weight : ~smfontWeight; */
	font-size : 11px;
	text-align : left;
}

.menzclear {
	display:block;
	clear:left;
	font-size:1px;
	height:0px;
	width:0px;
	line-height:0px;
}
.menz_possing {
	position:relative;
}
.menz_possing a {
	float:left;
	display:block;
	white-space:nowrap;
}
.menz_possing div a {
	float:none;
}
.menz_possing div {
	visibility:hidden;
	position:absolute;
}

/*~~vertswap~~*/
#menz969 a{
/* 	background-image : ~img_mbgi; */
/* 	background-repeat : ~mbg_repeat; */
}
#menz969 div a{
/* 	background-image : ~img_smbgi; */
/* 	background-repeat : ~smbg_repeat; */
}
#menz969 a:hover{
/* 	background-image : ~img_mhi; */
/* 	background-repeat : ~mh_repeat; */
}
#menz969 div a:hover{
/* 	background-image : ~img_smhi; */
/* 	background-repeat : ~smh_repeat; */
}
#menz969 a{
	font-style : normal;
}
#rowset_tab_sixers_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_sixers_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_sixers_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_sixers_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_sixers_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_sixers_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_sixers_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_sixers_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_sixers_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_sixers_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_sixers_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_sixers_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_phillies_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phillies_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_phillies_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_phillies_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phillies_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_phillies_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_phillies_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phillies_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_phillies_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_phillies_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phillies_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_phillies_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_phantoms_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phantoms_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_phantoms_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_phantoms_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phantoms_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_phantoms_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_phantoms_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phantoms_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_phantoms_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_phantoms_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phantoms_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_phantoms_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_ncaa_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_ncaa_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_ncaa_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_ncaa_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_ncaa_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_ncaa_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_ncaa_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_ncaa_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_ncaa_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_ncaa_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_ncaa_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_ncaa_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_flyers_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_flyers_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_flyers_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_flyers_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_flyers_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_flyers_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_flyers_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_flyers_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_flyers_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_flyers_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_flyers_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_flyers_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_eagles_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_eagles_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_eagles_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_eagles_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_eagles_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_eagles_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_eagles_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_eagles_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_eagles_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_eagles_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_eagles_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_eagles_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_spec1_49_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_spec1_49_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_spec1_49_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_spec1_49_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_spec1_49_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_spec1_49_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_spec1_207_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_spec1_207_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_spec1_207_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_spec1_207_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_spec1_207_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_spec1_207_rowset .evenrow a:visited{
 color : #ffffff;
}

#rowset_main_207_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_207_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_main_207_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_main_207_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_207_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_main_207_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_331_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_331_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_331_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_331_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_331_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_331_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_348_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_348_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_348_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_348_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_348_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_348_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_other_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_other_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_other_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_other_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_other_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_other_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_331_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_331_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_331_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_331_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_331_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_331_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_359_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_359_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_359_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_359_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_359_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_359_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_367_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_367_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_367_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_367_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_367_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_367_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_main_524_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #919090;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_524_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_main_524_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_main_524_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #919090;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_524_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_main_524_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_other_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_other_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_other_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_other_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_other_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_other_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_main_105_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_105_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_main_105_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_main_105_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_105_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_main_105_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_367_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_367_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_367_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_367_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_367_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_367_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_400_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_400_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_400_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_400_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_400_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_400_rowset .evenrow a:visited{
 color : #ffffff;
}

#rowset_main_105_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_105_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_main_105_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_main_105_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_105_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_main_105_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_367_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_367_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_367_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_367_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_367_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_367_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_391_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_391_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_391_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_391_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_391_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_391_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_418_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_418_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_418_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_418_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_418_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_418_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_487_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_487_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_487_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_487_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_487_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_487_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_477_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_477_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_477_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_477_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_477_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_477_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_473_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_473_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_473_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_473_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_473_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_473_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_450_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_450_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_450_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_450_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_450_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_450_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_446_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_446_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_446_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_446_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_446_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_446_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_439_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_439_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_439_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_439_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_439_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_439_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_435_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_435_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_435_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_435_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_435_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_435_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_mainbreaking_529_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_mainbreaking_529_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_mainbreaking_529_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_mainbreaking_529_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_mainbreaking_529_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_mainbreaking_529_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_fantasy_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_fantasy_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_fantasy_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_fantasy_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_fantasy_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_fantasy_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_fantasy_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_fantasy_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_fantasy_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_fantasy_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_fantasy_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_fantasy_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_444_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_444_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_worldseries_444_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_444_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_444_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_worldseries_444_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_441_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_441_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_worldseries_441_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_441_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_441_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_worldseries_441_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_455_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_455_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_worldseries_455_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_455_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_455_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_worldseries_455_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_458_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_458_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_worldseries_458_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_458_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_458_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_worldseries_458_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_mainworldseries_524_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_mainworldseries_524_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_mainworldseries_524_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_mainworldseries_524_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_mainworldseries_524_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_mainworldseries_524_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_right_eagleslinks_288_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right_eagleslinks_288_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_right_eagleslinks_288_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_right_eagleslinks_288_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right_eagleslinks_288_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_right_eagleslinks_288_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_right_eagleslinks_289_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right_eagleslinks_289_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_right_eagleslinks_289_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_right_eagleslinks_289_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right_eagleslinks_289_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_right_eagleslinks_289_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_main_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_main_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_main_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_main_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_inner_09_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_inner_09_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_inner_09_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_inner_09_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_inner_09_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_inner_09_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_generic_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_generic_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_generic_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_generic_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_generic_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_generic_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_eagles_116_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_eagles_116_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_eagles_116_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_eagles_116_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_eagles_116_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_eagles_116_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_eagles_118_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_eagles_118_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_eagles_118_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_eagles_118_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_eagles_118_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_eagles_118_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_landing_116_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_landing_116_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_landing_116_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_landing_116_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_landing_116_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_landing_116_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_landing_118_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_landing_118_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_landing_118_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_landing_118_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_landing_118_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_landing_118_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_landing_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_landing_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_landing_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_landing_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_landing_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_landing_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_eagles_127_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_eagles_127_rowset .oddrow a:link{
 color : #666666;
}
#rowset_eagles_127_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_eagles_127_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_eagles_127_rowset .evenrow a:link{
 color : #666666;
}
#rowset_eagles_127_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_eagles_135_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_eagles_135_rowset .oddrow a:link{
 color : #666666;
}
#rowset_eagles_135_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_eagles_135_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_eagles_135_rowset .evenrow a:link{
 color : #666666;
}
#rowset_eagles_135_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_eagles_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_eagles_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_eagles_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_eagles_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_eagles_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_eagles_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_phillies_127_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_127_rowset .oddrow a:link{
 color : #666666;
}
#rowset_phillies_127_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_phillies_127_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_127_rowset .evenrow a:link{
 color : #666666;
}
#rowset_phillies_127_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_phillies_135_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_135_rowset .oddrow a:link{
 color : #666666;
}
#rowset_phillies_135_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_phillies_135_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_135_rowset .evenrow a:link{
 color : #666666;
}
#rowset_phillies_135_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_phillies_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_phillies_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_phillies_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_phillies_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_phillies_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_phillies_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_flyers_127_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_flyers_127_rowset .oddrow a:link{
 color : #666666;
}
#rowset_flyers_127_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_flyers_127_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_flyers_127_rowset .evenrow a:link{
 color : #666666;
}
#rowset_flyers_127_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_flyers_135_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_flyers_135_rowset .oddrow a:link{
 color : #666666;
}
#rowset_flyers_135_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_flyers_135_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_flyers_135_rowset .evenrow a:link{
 color : #666666;
}
#rowset_flyers_135_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_flyers_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_flyers_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_flyers_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_flyers_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_flyers_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_flyers_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_sixers_127_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_sixers_127_rowset .oddrow a:link{
 color : #666666;
}
#rowset_sixers_127_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_sixers_127_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_sixers_127_rowset .evenrow a:link{
 color : #666666;
}
#rowset_sixers_127_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_sixers_135_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_sixers_135_rowset .oddrow a:link{
 color : #666666;
}
#rowset_sixers_135_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_sixers_135_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_sixers_135_rowset .evenrow a:link{
 color : #666666;
}
#rowset_sixers_135_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_sixers_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_sixers_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_sixers_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_sixers_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_sixers_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_sixers_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_stats_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_stats_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_stats_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_stats_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_stats_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_stats_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_main_137_rowset .oddrow{
 height : 115px;
	padding : 0px 5px 3px 2px;
 text-align : left;
 color : #000000;
	font-family : arial;
	font-weight : normal;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 2px;
 border-style : solid;
 border-color : #ffffff;
}
#rowset_main_137_rowset .oddrow a:link{
 color : #666666;
}
#rowset_main_137_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_main_137_rowset .evenrow{
 height : 115px;
 	padding : 0px 5px 3px 2px;
 text-align : left;
 color : #000000;
 	font-family : arial;
 	font-weight : normal;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 2px;
 border-style : solid;
 border-color : #ffffff;
}
#rowset_main_137_rowset .evenrow a:link{
 color : #666666;
}
#rowset_main_137_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_main_138_rowset .oddrow{
 height : 115px;
	padding : 0px 5px 3px 2px;
 text-align : left;
 color : #000000;
	font-family : arial;
	font-weight : normal;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 2px;
 border-style : solid;
 border-color : #ffffff;
}
#rowset_main_138_rowset .oddrow a:link{
 color : #666666;
}
#rowset_main_138_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_main_138_rowset .evenrow{
 height : auto;
 	padding : 0px 5px 3px 2px;
 text-align : left;
 color : #000000;
 	font-family : arial;
 	font-weight : normal;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 2px;
 border-style : solid;
 border-color : #ffffff;
}
#rowset_main_138_rowset .evenrow a:link{
 color : #666666;
}
#rowset_main_138_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_stats_118_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_stats_118_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_stats_118_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_stats_118_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_stats_118_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_stats_118_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_stats_195_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_stats_195_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_stats_195_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_stats_195_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_stats_195_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_stats_195_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_phillies_ws_135_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_ws_135_rowset .oddrow a:link{
 color : #666666;
}
#rowset_phillies_ws_135_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_phillies_ws_135_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_ws_135_rowset .evenrow a:link{
 color : #666666;
}
#rowset_phillies_ws_135_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_phillies_ws_127_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_ws_127_rowset .oddrow a:link{
 color : #666666;
}
#rowset_phillies_ws_127_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_phillies_ws_127_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_ws_127_rowset .evenrow a:link{
 color : #666666;
}
#rowset_phillies_ws_127_rowset .evenrow a:visited{
 color : #666666;
}
/* CSS Document */
.sidebar09 {
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	background-color : #f5f5f5;
	width : 275px;
	overflow : visible;
	border-color : #d2d4da;
	border-style : solid;
	padding : 5px 5px 5px 5px;
	border-width : 1px 1px 1px 1px;
	margin : 0px 0px 0px 0px;
}
.sidebar09 a{
	text-decoration : none;
}
.sidebar09 a:hover{
	color : #000000;
}
.sidebar09 a:visited{
	color : #990000;
}
.sidebar09 h1{
	font-size : 16px;
	font-weight : normal;
	font-family : verdana;
~replace~}~~	color : #666666;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 3px 5px 3px 5px;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
.rowset_odds {
	color : #666666;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	background-color : #FFFFFF;
	overflow : visible;
	border-style : none;
	padding : 3px 5px 3px 5px;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
.rowset_odds a{
	color : #666666;
	text-decoration : none;
}
.rowset_odds a:hover{
	color : #666666;
}
.rowset_odds a:visited{
	color : #666666;
}
.rowset_odds h1{
	font-weight : normal;
	font-family : verdana;
}
.rowset_even {
	color : #666666;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	background-color : #ededed;
	overflow : visible;
	border-style : none;
	padding : 6px 5px 6px 5px;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
.rowset_even a{
	color : #666666;
	text-decoration : none;
}
.rowset_even a:hover{
	color : #666666;
}
.rowset_even a:visited{
	color : #666666;
}
.rowset_even h1{
	font-weight : normal;
	font-family : verdana;
}
.rowset_evens {
	color : #666666;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 3px 5px 3px 5px;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
.rowset_evens a{
	color : #666666;
	text-decoration : none;
}
.rowset_evens a:hover{
	color : #666666;
}
.rowset_evens a:visited{
	color : #666666;
}
.rowset_evens h1{
	font-weight : normal;
	font-family : verdana;
}
.rowset_odd {
	color : #666666;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	background-color : #ffffff;
	overflow : visible;
	border-style : none;
	padding : 6px 5px 6px 5px;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
.rowset_odd a{
	color : #666666;
	text-decoration : none;
}
.rowset_odd a:hover{
	color : #666666;
}
.rowset_odd a:visited{
	color : #666666;
}
.rowset_odd h1{
	font-weight : normal;
	font-family : verdana;
}
.comments {
	color : #000000;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	background-color : #dadada;
	overflow : visible;
	border-color : #FFFFFF;
	border-style : solid;
	padding : 5px 5px 5px 5px;
	border-width : 2px 25px 2px 25px;
	margin : 0px 0px 0px 0px;
}
.comments a{
	text-decoration : none;
}
.comments a:hover{
}
.comments a:visited{
}
.comments h1{
	color : #000000;
	font-size : 11px;
	font-weight : bold;
	font-family : tahoma;
}
.comments_even {
	color : #000000;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	background-color : #ededed;
	overflow : visible;
	border-color : #FFFFFF;
	border-style : solid;
	padding : 5px 5px 5px 5px;
	border-width : 2px 25px 2px 25px;
	margin : 0px 0px 0px 0px;
}
.comments_even a{
	text-decoration : none;
}
.comments_even a:hover{
}
.comments_even a:visited{
}
.comments_even h1{
	color : #000000;
	font-size : 11px;
	font-weight : bold;
	font-family : tahoma;
}

#container{
	position : relative;
	margin : 0 auto;
	width : 1000px;
}
#masthead09_5{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 254px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : hidden;
	border-style : none;
}
#masthead09_5 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_5 a:link{
	text-decoration : none;
}
#masthead09_5 a:visited{
	text-decoration : none;
}
#masthead09_5 a:hover{
	text-decoration : none;
}
#masthead09_9{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 117px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#masthead09_10{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 90px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 6px 0px;
}
#masthead09_10 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_10 a:link{
	text-decoration : none;
}
#masthead09_10 a:visited{
	text-decoration : none;
}
#masthead09_10 a:hover{
	text-decoration : none;
}
#masthead09_11{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 35px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : none;
	background-image : url('/template_images/main_09_main_09_11_background.jpg');
}
#masthead09_11 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_11 a:link{
	text-decoration : none;
}
#masthead09_11 a:visited{
	text-decoration : none;
}
#masthead09_11 a:hover{
	text-decoration : none;
}
#masthead09_79{
	float : left;
	position : relative;
	z-index : 1;
	width : 251px;
	height : 117px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : hidden;
	border-style : none;
}
#masthead09_79 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_79 a:link{
	text-decoration : none;
}
#masthead09_79 a:visited{
	text-decoration : none;
}
#masthead09_79 a:hover{
	text-decoration : none;
}
#masthead09_80{
	float : left;
	position : relative;
	z-index : 1;
	width : 728px;
	height : 90px;
	padding : 17px 10px 10px 10px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#masthead09_107{
	float : left;
	position : relative;
	z-index : 1;
	width : 819px;
	height : 27px;
	font-family : tahoma;
	font-weight : bold;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#masthead09_107 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_107 a:link{
	text-decoration : none;
}
#masthead09_107 a:visited{
	text-decoration : none;
}
#masthead09_107 a:hover{
	text-decoration : none;
}
#masthead09_108{
	float : left;
	position : relative;
	z-index : 1;
	width : 160px;
	height : 21px;
	padding : 7px;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#masthead09_108 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_108 a:link{
	text-decoration : none;
}
#masthead09_108 a:visited{
	text-decoration : none;
}
#masthead09_108 a:hover{
	text-decoration : none;
}
#masthead09_128 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 500px;
	 height : 16px;
}
#masthead09_129 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 500px;
	 height : 16px;
}

#container{
	position : relative;
	margin : 0 auto;
	width : 300px;
}
#right09_generic_26{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#right09_generic_26 h1{
	font-weight : normal;
	font-family : verdana;
}
#right09_generic_26 a:link{
	text-decoration : none;
}
#right09_generic_26 a:visited{
	text-decoration : none;
}
#right09_generic_26 a:hover{
	text-decoration : none;
}
#right09_generic_42{
	float : left;
	position : relative;
	z-index : 1;
	width : 298px;
	height : 184px;
	background-color : #ededed;
	border-color : #9c9c9c;
	border-width : 1px;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : solid;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('/template_images/main_09_main_09_42_background.jpg');
	padding : 28px 0px 10px 0px;
	font-size : 11px;
}
#right09_generic_43{
	float : left;
	position : relative;
	z-index : 1;
	width : 295px;
	height : 10px;
	padding : 0px 5px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#right09_generic_43 h1{
	font-weight : normal;
	font-family : verdana;
}
#right09_generic_43 a:link{
	text-decoration : none;
}
#right09_generic_43 a:visited{
	text-decoration : none;
}
#right09_generic_43 a:hover{
	text-decoration : none;
}
#right09_generic_44{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 250px;
	padding : 0px 0px 10px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#right09_generic_44 h1{
	font-weight : normal;
	font-family : verdana;
}
#right09_generic_44 a:link{
	text-decoration : none;
}
#right09_generic_44 a:visited{
	text-decoration : none;
}
#right09_generic_44 a:hover{
	text-decoration : none;
}
#right09_generic_113{
	float : left;
	position : relative;
	z-index : 1;
	width : 298px;
	height : auto;
	background-color : #FFFFFF;
	border-color : #9c9c9c;
	padding : 35px 0px 0px 0px;
	border-width : 1px;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top left;
	overflow : visible;
	border-style : solid;
	color : #333333;
	font-size : 11px;
	background-image : url('http://www.csnphilly.com/template_images/right09_generic_right09_generic_113_background.gif');
	margin : 0px 0px 10px 0px;
}
#right09_generic_113 h1{
	font-weight : normal;
	font-family : verdana;
}
#right09_generic_113 a:link{
	text-decoration : none;
}
#right09_generic_113 a:visited{
	text-decoration : none;
}
#right09_generic_113 a:hover{
	text-decoration : none;
}
#right09_generic_115{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 10px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : auto;
	border-style : none;
}
#right09_generic_115 h1{
	font-weight : normal;
	font-family : verdana;
}
#right09_generic_115 a:link{
	text-decoration : none;
}
#right09_generic_115 a:visited{
	text-decoration : none;
}
#right09_generic_115 a:hover{
	text-decoration : none;
}
#right09_generic_116{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 250px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#right09_generic_116 h1{
	font-weight : normal;
	font-family : verdana;
}
#right09_generic_116 a:link{
	text-decoration : none;
}
#right09_generic_116 a:visited{
	text-decoration : none;
}
#right09_generic_116 a:hover{
	text-decoration : none;
}
#right09_generic_138{
	float : left;
	position : relative;
	z-index : 1;
	width : 298px;
	height : auto;
	padding : 20px 0px 5px 0px;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top left;
	overflow : visible;
	border-style : none;
	background-image : url('http://www.csnphilly.com/template_images/right09_generic_right09_generic_138_background.gif');
}
#right09_generic_138 h1{
	font-weight : normal;
	font-family : verdana;
}
#right09_generic_138 a:link{
	text-decoration : none;
}
#right09_generic_138 a:visited{
	text-decoration : none;
}
#right09_generic_138 a:hover{
	text-decoration : none;
}

#container{
	position : relative;
	margin : 0 auto;
	width : 1000px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#container h1{
	font-weight : normal;
	font-family : verdana;
}
#container a:link{
	text-decoration : none;
}
#container a:visited{
	text-decoration : none;
}
#container a:hover{
	text-decoration : none;
}
#footer09_2{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : auto;
	background-color : #FFFFFF;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_2_background.gif');
}
#footer09_2 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_2 a:link{
	text-decoration : none;
}
#footer09_2 a:visited{
	text-decoration : none;
}
#footer09_2 a:hover{
	text-decoration : none;
}
#footer09_7{
	float : left;
	position : relative;
	z-index : 1;
	width : 728px;
	height : 90px;
	padding : 5px 136px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#footer09_7 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_7 a:link{
	text-decoration : none;
}
#footer09_7 a:visited{
	text-decoration : none;
}
#footer09_7 a:hover{
	text-decoration : none;
}
#footer09_8{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 10px 0px;
}
#footer09_8 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_8 a:link{
	text-decoration : none;
}
#footer09_8 a:visited{
	text-decoration : none;
}
#footer09_8 a:hover{
	text-decoration : none;
}
#footer09_9 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 1000px;
	 height : 16px;
}
#footer09_14{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 7px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_14_background.gif');
	background-repeat : no-repeat;
	background-position : bottom;
	overflow : visible;
	border-style : none;
}
#footer09_14 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_14 a:link{
	text-decoration : none;
}
#footer09_14 a:visited{
	text-decoration : none;
}
#footer09_14 a:hover{
	text-decoration : none;
}
#footer09_15{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : auto;
	background-color : #f5f5f5;
	padding : 5px 15px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#footer09_15 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_15 a:link{
	text-decoration : none;
}
#footer09_15 a:visited{
	text-decoration : none;
}
#footer09_15 a:hover{
	text-decoration : none;
}
#footer09_16{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : auto;
	color : #000000;
	padding : 5px 15px;
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#footer09_16 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_16 a:link{
	color : #000000;
	text-decoration : none;
}
#footer09_16 a:visited{
	color : #000000;
	text-decoration : none;
}
#footer09_16 a:hover{
	color : #878787;
	text-decoration : none;
}
#footer09_22{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : auto;
	border-color : #878787;
	padding : 0px 0px 10px 0px;
	border-width : 0px 0px 1px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : solid;
}
#footer09_22 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_22 a:link{
	text-decoration : none;
}
#footer09_22 a:visited{
	text-decoration : none;
}
#footer09_22 a:hover{
	text-decoration : none;
}
#footer09_23{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : auto;
	padding : 10px 0px 0px 0px;
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#footer09_23 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_23 a:link{
	color : #878787;
	text-decoration : none;
}
#footer09_23 a:visited{
	color : #878787;
	text-decoration : none;
}
#footer09_23 a:hover{
	color : #000000;
	text-decoration : none;
}
#footer09_26{
	float : left;
	position : relative;
	z-index : 1;
	width : 185px;
	height : 165px;
	border-color : #878787;
	padding : 20px 10px 0px 0px;
	border-width : 0px 1px 0px 0px;
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	overflow : visible;
	border-style : solid;
	background-repeat : no-repeat;
	background-position : top left;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_26_background.gif');
	line-height : 1.5;
}
#footer09_26 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_26 a:link{
	color : #878787;
	text-decoration : none;
}
#footer09_26 a:visited{
	color : #878787;
	text-decoration : none;
}
#footer09_26 a:hover{
	color : #000000;
	text-decoration : none;
}
#footer09_27{
	float : left;
	position : relative;
	z-index : 1;
	width : 185px;
	height : 165px;
	border-color : #878787;
	padding : 20px 10px 0px 10px;
	border-width : 0px 1px 0px 0px;
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	overflow : visible;
	border-style : solid;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_27_background.gif');
	background-repeat : no-repeat;
	background-position : top left;
	line-height : 1.5;
}
#footer09_27 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_27 a:link{
	color : #878787;
	text-decoration : none;
}
#footer09_27 a:visited{
	color : #878787;
	text-decoration : none;
}
#footer09_27 a:hover{
	color : #000000;
	text-decoration : none;
}
#footer09_28{
	float : left;
	position : relative;
	z-index : 1;
	width : 185px;
	height : 165px;
	border-color : #878787;
	padding : 20px 10px 0px 10px;
	border-width : 0px 1px 0px 0px;
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : solid;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_28_background.gif');
	line-height : 1.5;
}
#footer09_28 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_28 a:link{
	text-decoration : none;
	color : #878787;
}
#footer09_28 a:visited{
	text-decoration : none;
	color : #878787;
}
#footer09_28 a:hover{
	text-decoration : none;
	color : #000000;
}
#footer09_29{
	float : left;
	position : relative;
	z-index : 1;
	width : 346px;
	height : 165px;
	font-family : arial;
	font-weight : bold;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top left;
	overflow : visible;
	border-style : none;
	padding : 20px 0px 0px 10px;
	font-size : 10px;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_29_background.gif');
	line-height : 1.5;
}
#footer09_29 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_29 a:link{
	text-decoration : none;
	color : #878787;
}
#footer09_29 a:visited{
	text-decoration : none;
	color : #878787;
}
#footer09_29 a:hover{
	text-decoration : none;
	color : #000000;
}

